Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / user-federation / instances / {id} / mapper-types

List of available User Federation mapper types

Path parameters:
realm - realm name (not id!)
id -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/user-federation/instances/{id}/mapper-typesList of available User Federation mapper types

Method Detail

GET /admin/realms/{realm}/user-federation/instances/{id}/mapper-types

List of available User Federation mapper types

HTTP Example:
GET /admin/realms/{realm}/user-federation/instances/{id}/mapper-types
API Example:

UserFederationProviderResource.getMapperTypes({'realm': /* name realm name (not id!) */,
  'id': …});

Output:
Map<String,UserFederationMapperTypeRepresentation> -

Keycloak REST Services 1.5.0-Final